home *** CD-ROM | disk | FTP | other *** search
/ Aggression 2 / Aggression 2.adf / HDINSTALL < prev    next >
Text File  |  1994-11-09  |  1KB  |  52 lines

  1. ;
  2. ; Installscipt for Aggression issue #2...
  3.  
  4. echo "c____________________________________________________________________________"
  5. echo "                     Aggression Issue #2 - HD installer                     "
  6. echo " "
  7. echo ""
  8. echo "             AGGRESSION must be in drive DF0: while installing  "
  9. echo "              Remember to include either a : or / in the end.   "
  10. echo " "
  11. echo noline "Where do you want Aggression installed? "
  12. set >nil: path ?
  13. set aggr Aggression
  14. set ekte $path$aggr
  15. echo " "
  16. echo "Aggression will now be installed in:"
  17. echo " "
  18. echo $path DAggression
  19. echo " "
  20. echo noline "Is this okay? [Y/n] "
  21. set >nil: okay ?
  22. if $okay EQ "n"
  23.     echo " "
  24.     echo "Exiting..."
  25.     quit
  26. endif
  27. if $okay EQ "N"
  28.     echo " "
  29.     echo "Exiting..."
  30.     quit
  31. endif
  32. echo "cInstalling in"$path DAggression.
  33. echo " "
  34. echo "Installing main program..."
  35. makedir $ekte
  36. copy >nil: df0:aggr.exe TO $ekte/
  37. echo " "
  38. echo "Installing articles..."
  39. echo " "
  40. makedir $ekte/Txt
  41. copy >nil: df0:Txt/#? $ekte/Txt
  42. ;echo "Installing clipart..."
  43. ;echo " "
  44. ;makedir $ekte/Clip
  45. ;copy >nil: df0:Clip/#? $ekte/Clip
  46. echo "Installing misc stuff..."
  47. echo " "
  48. copy >nil: df0:bakgrunnsbilde TO $ekte/
  49. echo "All done! Exiting..."
  50. quit
  51.